Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / GetHashCode Method

In This Topic
    GetHashCode Method (PdfEnum<TEnum>)
    In This Topic
    Returns the hash code for this instance.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As System.Integer
    public override System.int GetHashCode()

    Return Value

    A 32-bit signed integer that is the hash code for this instance.
    See Also